Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-254113 | NUTX-AP-000360 | SV-254113r846427_rule | High |
Description |
---|
A certificate's certification path is the path from the end entity certificate to a trusted root certification authority (CA). Certification path validation is necessary for a relying party to make an informed decision regarding acceptance of an end entity certificate. Certification path validation includes checks such as certificate issuer trust, time validity and revocation status for each certificate in the certification path. Revocation status information for CA and subject certificates in a certification path is commonly provided via certificate revocation lists (CRLs) or online certificate status protocol (OCSP) responses. |
STIG | Date |
---|---|
Nutanix AOS 5.20.x Application Security Technical Implementation Guide | 2022-08-24 |
Check Text ( C-57598r846425_chk ) |
---|
Confirm Nutanix AOS is that OCSP checking is enabled. $ ncli authconfig get-client-authentication-config 'Auth Config Status : true' If "Auth config status" is not set to "true", this is a finding. |
Fix Text (F-57549r846426_fix) |
---|
Configure Nutanix AOS to use OCSP for certificate revocation. Set the OCSP responder URL. $ ncli authconfig set-certificate-revocation set-ocsp-responder= |